home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / creator_file < prev    next >
Text File  |  2001-04-06  |  942b  |  28 lines

  1. OBSOLETE
  2. SYNOPSIS
  3.         string creator_file(mixed ob)
  4.  
  5. DESCRIPTION
  6.         Return the name of the creator of a newly created object, i.e.
  7.         the name of the user that is responsible for the LPC source
  8.         file the object was loaded from. If the function returns 0,
  9.         the object can't be loaded and is destructed again
  10.         immediately.
  11.  
  12.         In !compat mode, the returned string serves as the initial uid
  13.         (``cuid'') of the object. Objects whose cuid is the
  14.         backbone-id will then get the uid of the currently active user
  15.         as their userid instead.
  16.  
  17.         Under compat mode this function is called as well and provides
  18.         the information returned by the creator() efun.
  19.  
  20.         If this function is not provided by the master object, no
  21.         other object can be loaded.
  22.  
  23. HISTORY
  24.         Dropped in 3.2.1, replaced by the _UID driver hooks.
  25.  
  26. SEE ALSO
  27.         uids(C), creator(E), getuid(E)
  28.